home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / mmgr.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.9 KB  |  83 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : Menu Manager Package
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : 
  6. -- AUTHOR            : Jerry Horsewood
  7. --                   : Adasoft, Inc, 9300
  8. --                   : Anapolis Road
  9. --                   : Lanham, MD 20706
  10. --                   : Contact: Lt. Colonel Falgiano
  11. --                   : ESD/SCW
  12. --                   : Hanscom AFB, MA  01731
  13. -- COPYRIGHT         : (c) 1985 Adasoft, Inc.
  14. -- DATE CREATED      : 19 January 1985
  15. -- DATE RELEASED     : May 1985
  16. -- DATE LAST UPDATED : May 1985
  17. -- LOCATION          : ASR
  18. -- ENVIRONMENT       : Telesoft 1.3 (unvalidated), IBM DOS
  19. --= CLASSIFICATION       ===============================================--
  20. -- CATEGORY LEVEL 1  : PROGRAMMING TOOLS
  21. -- CATEGORY LEVEL 2  : Menu Manager
  22. -- CATEGORY LEVEL 3  : Menu Manager 2
  23. -- CATEGORY LEVEL 4  : 
  24. -- KEYWORD           : 
  25. -- INDEX             : Menu
  26. -- INDEX             : Manager, Menu
  27. -- TAXONOMY          : 
  28. -- DEPENDENCIES      : 
  29. -- SEE ALSO          : WIS_TOOL_15
  30. --= FILE LISTING         ===============================================--
  31. -- FILE SPECS        : PD:<ADA.MENU>MMGR*.*
  32. -- DIRECTORY DISPLAY :
  33. -- Directory   PD:<ADA.MENU>
  34. --      File Name     Byte Count  Line Count
  35. --   ---------------  ----------  ----------
  36. --   MMGR.CMM               5079         128
  37. --   MMGR.CO                 928          31
  38. --   MMGR.DOC             149510        4479
  39. --   MMGR.PRO               3910          80
  40. --   MMGR.SRC             262235        6468
  41. --   MMGR.TST              12750         324
  42. --   MMGRABS.CO              622          54
  43. --   MMGRDEMO.CO             304          15
  44. --   MMGRDEMO.DOC           3020          54
  45. --   MMGRNOTES.ABS           236           5
  46. --   MMGRTR.DOC             7802         216
  47. --   ===============  ==========  ==========
  48. --    11 Files            446396       11854
  49. --= ABSTRACT             ===============================================--
  50. --         VIDEO  is  a  menu  manager  package that is divided into four
  51. -- functional areas.  It will provide application  programmers  with  the
  52. -- ability  to  run  various  application systems from a menu driven user
  53. -- interface.  Applications to be invoked  via  menu  selections  may  be
  54. -- written  in  any language providing the PRAGMA INTERFACE is supported.
  55. -- The  four  functional  areas  are  initialization   of   the   overall
  56. -- application  system,  modeling  of the application system, running the
  57. -- application, and diagramming the system.
  58. --= REVISION HISTORY     ===============================================--
  59. --
  60. -- DATE         VERSION AUTHOR                  HISTORY 
  61. -- 05/84           1.0  Jerry Horsewood         Initial Release
  62. --= RELEASE NOTICE       ===============================================--
  63. -- This prologue must be included in all copies of this software.
  64. -- 
  65. -- This software is copyright by the author.
  66. -- 
  67. -- This software is released to the Ada community.
  68. -- This software is released to the Public Domain (note:
  69. --   software released to the Public Domain is not subject
  70. --   to copyright protection).
  71. -- Restrictions on use or distribution:  NONE
  72. --= DISCLAIMER           ===============================================--
  73. --     This software and its documentation are provided "AS IS" and
  74. -- without any expressed or implied warranties whatsoever.  No warranties
  75. -- as to performance, merchantability, or fitness for a particular
  76. -- purpose exist.
  77. --     The user is advised to test the software thoroughly before
  78. -- relying on it.  The user must assume the entire risk and liability of
  79. -- using this software.  In no event shall any person or organization of
  80. -- people be held responsible for any direct, indirect, consequential or
  81. -- inconsequential damages or lost profits.
  82. --======================================================================--
  83.